-
Notifications
You must be signed in to change notification settings - Fork 6.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reverts #6478 - removes debounce on search #6497
Reverts #6478 - removes debounce on search #6497
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
For some reason |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if you aren't concerned as the owner of the service - neither am i
Thank you so much @bmuenzenmeyer, definitely not a problem on our side |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@micheleriva if the boss says it's like that then we do as the boss says 😎
Could I propose this gets fast-tracked as a fix for a relatively substantial issue? There have been discussions on Twitter about how unresponsive the search is. |
Lighthouse Results
|
Totally agree with @MattIPv4 |
Description
This PR reverts #6478. Please do not apply a debounce function when searching with Orama, it's not needed and it's killing the user experience. We offer unlimited searches so it's ok to send us even billions of them 🙂
Validation
Related Issues
Check List
npx turbo format
to ensure the code follows the style guide.npx turbo test
to check if all tests are passing.npx turbo build
to check if the website builds without errors.